home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TPOPUPPALETTE / TPOPUPPALETTE.txt
Text File  |  1997-02-27  |  485b  |  25 lines

  1. object PopUpPalette: TPopUpPalette
  2.   Left = 555
  3.   Top = 117
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'PopUpPalette'
  7.   ClientHeight = 155
  8.   ClientWidth = 155
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object FDisplayTimer: TTimer
  19.     Enabled = False
  20.     OnTimer = FDisplayTimerTimer
  21.     Left = 20
  22.     Top = 16
  23.   end
  24. end
  25.